projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8acff56
)
add install help
author
Mitsutaka Mimura
<takkanm@gmail.com>
Mon, 2 Nov 2015 06:58:37 +0000
(15:58 +0900)
committer
Mitsutaka Mimura
<takkanm@gmail.com>
Tue, 3 Nov 2015 00:14:52 +0000
(09:14 +0900)
src/bin/cargo.rs
patch
|
blob
|
history
diff --git
a/src/bin/cargo.rs
b/src/bin/cargo.rs
index f21ffb1d5c52d040758cd4127886a7e6d812b6f1..144e020a02881f8574e1a55ab6a314e7a8d76a7c 100644
(file)
--- a/
src/bin/cargo.rs
+++ b/
src/bin/cargo.rs
@@
-51,6
+51,7
@@
Some common cargo commands are:
bench Run the benchmarks
update Update dependencies listed in Cargo.lock
search Search registry for crates
+ install Install a Rust binary
See 'cargo help <command>' for more information on a specific command.
";